home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Actual 85 Febrero 2004.iso / Experto / Apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252703_mod_dav_fs.xml < prev    next >
Encoding:
Extensible Markup Language  |  2003-04-21  |  2.7 KB  |  69 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <modulesynopsis metafile="mod_dav_fs.xml.meta">
  5.  
  6. <name>mod_dav_fs</name> 
  7. <description>filesystem provider for <module>mod_dav</module></description>
  8. <status>Extension</status>
  9. <sourcefile>mod_dav_fs.c</sourcefile>
  10. <identifier>dav_fs_module</identifier>
  11.  
  12. <summary>
  13.     <p>This module <em>requires</em> the service of <module
  14.     >mod_dav</module>. It acts as a support module for <module
  15.     >mod_dav</module> and provides access to resources located in the
  16.     server's file system. The formal name of this provider is
  17.     <code>filesystem</code>. <module>mod_dav</module> backend providers
  18.     will be invoked by using the <directive module="mod_dav">Dav</directive>
  19.     directive:</p>
  20.  
  21.     <example><title>Example</title>
  22.       Dav filesystem
  23.     </example>
  24.  
  25.     <p>Since <code>filesystem</code> is the default provider for
  26.     <module>mod_dav</module>, you may simply use the value
  27.     <code>On</code> instead.</p>
  28. </summary>
  29. <seealso><module>mod_dav</module></seealso>
  30.  
  31. <directivesynopsis>
  32. <name>DavLockDB</name>
  33. <description>Location of the DAV lock database</description>
  34. <syntax>DavLockDB <var>file-path</var></syntax>
  35. <contextlist><context>server config</context><context>virtual host</context>
  36. </contextlist>
  37.  
  38. <usage>
  39.     <p>Use the <directive>DavLockDB</directive> directive to specify
  40.     the full path to the lock database, excluding an extension. If
  41.     the path is not absolute, it will be taken relative to <directive
  42.     module="core">ServerRoot</directive>. The implementation of
  43.     <module>mod_dav_fs</module> uses a SDBM database to track user
  44.     locks.</p>
  45.  
  46.     <!-- XXX: someone should add that tool to the support directory...
  47.     The utility <code>modules/dav/util/lockview</code> can be used from
  48.     the server to display all locks in a lock database.</p> -->
  49.  
  50.     <example><title>Example</title>
  51.       DavLockDB var/DavLock
  52.     </example>
  53.  
  54.     <p>The directory containing the lock database file must be
  55.     writable by the <directive module="mpm_common">User</directive>
  56.     and <directive module="mpm_common" >Group</directive> under which
  57.     Apache is running.  For security reasons, you should create a
  58.     directory for this purpose rather than changing the permissions on
  59.     an existing directory.  In the above example, Apache will create
  60.     files in the <code>var/</code> directory under the <directive
  61.     module="core">ServerRoot</directive> with the base filename
  62.     <code>DavLock</code> and extension name chosen by the server.</p>
  63.  
  64. </usage>
  65. </directivesynopsis>
  66.  
  67. </modulesynopsis>
  68.  
  69.